home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Sound / EasyACDDA / Docs / GUI4Cli.doc < prev    next >
Text File  |  2002-10-28  |  3KB  |  77 lines

  1.  
  2.                        *** Gui4Cli 3.8 ***
  3.  
  4.  Gui4Cli is an easy scripted language for creating & running GUIs.
  5.  Version 3.8 has no changes which affect existing guis.
  6.  
  7.        ++++ To start it up, click on the "DEMO" icon. ++++
  8.  
  9.                           INSTALLATION
  10.  
  11.  Gui4Cli is made up of 2 files :
  12.  - Gui     : which is a loader for Gui4Cli and it's scripts, and
  13.  - Gui4Cli : which is the main program.
  14.  
  15.  All the other files are optional. 
  16.  
  17.  It is highly recommended that you click on the install icon and 
  18.  let Gui4Cli install itself fully, but if you want the minimum 
  19.  installation, you could copy the above two files in your c: 
  20.  directory and be done with it.
  21.  
  22.  You will not, however, be able to run most of the scripts and 
  23.  that would be a crying shame..
  24.  
  25.  The full installation will do the following :
  26.  1. Create a directory called Gui4Cli and copy Gui4Cli and all
  27.     the included scripts, manuals etc, into it.
  28.  2. Create an assignment to this directory, called GUIs:
  29.  3. Add the subdirectory GUIs:c to your default path
  30.  4. Add commands to you user-startup file for Nos 2&3 above.
  31.  5. Copy the Gui program to your c: directory.
  32.  That's it..
  33.  
  34.                          Gui4Cli Setup
  35.  
  36.  The GUIs: directory, where Gui4Cli will reside if you installed
  37.  it as recommended, has the following structure :
  38.  
  39.  - GUIs:C
  40.  This dir contains some small pure CLI commands which are used 
  41.  by the Dir.gc File Manager and other scripts. 
  42.  - GUIs:Dir
  43.  This is a full application (a file manager) written in Gui4Cli.
  44.  - GUIs:Docs
  45.  Contains the manuals for Gui4Cli and the tutorial scripts
  46.  - GUIs:Ext
  47.  Contains the extensions to Gui4Cli, which are programs that 
  48.  interface with Gui4Cli in various ways.
  49.  - GUIs:G4C
  50.  This is a directory where you can keep your own guis.
  51.  - GUIs:Tools
  52.  Contains various common scripts which are used by other guis and
  53.  which you can also use in your own guis. It also contains various
  54.  Icons, Images, ARexx scripts etc
  55.  
  56.  - The Gui "loader" will be copied to the c: directory
  57.  - Gui4Cli itself will be in GUIs:
  58.  
  59.                           IMPORTANT :
  60.  
  61.  Always start-up Gui4Cli using the c:gui program, as it will
  62.  make sure that Gui4Cli inherits your default system paths
  63.  even if started from the Workbench.
  64.  
  65.  Always set the default tool of your Gui4Cli script icons to
  66.  "GUI", so that they are started up by c:gui, which is smaller
  67.  and faster. You can also make c:gui resident, if you want.
  68.  
  69.  One of the best ways to start-up Gui4Cli is to write a small 
  70.  script, setting your favourite editor, output etc and save it
  71.  in your WBStartup drawer. Give the script an icon with the 
  72.  default tool set to GUI.
  73.  
  74.  
  75.  D. Keletsekis
  76.  dck@hol.gr
  77.